debian/rules: DEB_HOST_MULTIARCH variable removed
authorMatteo F. Vescovi <mfv.debian@gmail.com>
Sat, 11 Feb 2012 10:59:37 +0000 (11:59 +0100)
committerMatteo F. Vescovi <mfv.debian@gmail.com>
Sat, 11 Feb 2012 10:59:37 +0000 (11:59 +0100)
Useless in cdbs/autotools/debhelper environment for Multi-Arch
(as in: http://wiki.debian.org/Multiarch/Implementation)

Git-Dch: Ignore

debian/rules

index c6f73d5490a47c05150be870addfcd29334e1153..bd07034018906a81dd5c2e306da33168ebef5d20 100755 (executable)
@@ -5,7 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 export LDFLAGS += -Wl,--as-needed
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 DEB_DH_MAKESHLIBS_ARGS_libbabl-0.1-0 = "--exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1"